org.eclipse.vtp.desktop.editors.core.elements
Class CustomIntegrationElementFactory

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.elements.CustomIntegrationElementFactory
All Implemented Interfaces:
ElementFactory

public class CustomIntegrationElementFactory
extends java.lang.Object
implements ElementFactory


Constructor Summary
CustomIntegrationElementFactory()
           
 
Method Summary
 Element createElement(org.eclipse.core.runtime.IAdaptable adaptableContainer, java.lang.Object data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomIntegrationElementFactory

public CustomIntegrationElementFactory()
Method Detail

createElement

public Element createElement(org.eclipse.core.runtime.IAdaptable adaptableContainer,
                             java.lang.Object data)
Specified by:
createElement in interface ElementFactory